Skip to content

feat(auth): guest session lifecycle and account conversion (#619) - #633

Merged
A6dulmalik merged 1 commit into
MindBlockLabs:mainfrom
Ibinola:feature/guest-session-lifecycle-619
Aug 20, 2026
Merged

feat(auth): guest session lifecycle and account conversion (#619)#633
A6dulmalik merged 1 commit into
MindBlockLabs:mainfrom
Ibinola:feature/guest-session-lifecycle-619

Conversation

@Ibinola

@Ibinola Ibinola commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Closes #619

Implements Guest Session Lifecycle and Account Conversion for Issue #619.

  • GuestSessionProvider & Endpoints: POST /auth/guest-session, GET /auth/guest-session/:sessionId/status, POST /auth/convert-guest, POST /auth/guest-session/:sessionId/hint
  • Server-side 15-minute expiration enforcement (client cannot extend or tamper with timeout)
  • Guest hint limit (max 2 hints) and reward restrictions (cannot claim XP/blockchain rewards)
  • Frontend useGuestSession hook and GuestSessionExpiryModal component

@vercel

vercel Bot commented Aug 20, 2026

Copy link
Copy Markdown

@Ibinola is attempting to deploy a commit to the aminubabafatima8-gmailcom's projects Team on Vercel.

A member of the Team first needs to authorize it.

@A6dulmalik
A6dulmalik merged commit 640c5f9 into MindBlockLabs:main Aug 20, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Guest Session Lifecycle and Account Conversion

2 participants